home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 10 / AACD 10.iso / AACD / Information / WebSites / Wirenet / files / 0800timer.lha / 0800Timer.doc < prev    next >
Text File  |  2000-02-17  |  3KB  |  89 lines

  1. 0800Timer - keep track of online time when using U-NET's 0800 service
  2. =====================================================================
  3.  
  4.  
  5. Description
  6. ===========
  7.  
  8. This is a short ARexx script that keeps a running tally of time spent
  9. online each weekend, so you can see how much of your six hour
  10. allocation is used.
  11.  
  12.  
  13. Installation
  14. ============
  15.  
  16. Copy 0800Timer and 0800Timer.mrx to the same directory. This should be
  17. somewhere in your command path. Users of the Wirenet software should put
  18. them in Wirenet:bin, NetConnect users should put them in AmiTCP:bin.
  19.  
  20.  
  21. Running 0800Timer
  22. =================
  23.  
  24. Usage: 0800Timer INTERFACE,PROGRESS=BAR/S
  25.  
  26. 0800Timer takes two, optional, arguments. The first is the name of the
  27. Interface in Miami or Genesis. This is not needed for Miami and should
  28. not be given. MiamiDx will use the GUI Default interface if this is not
  29. specified. Genesis will default to 'ppp0'. If you are online using any
  30. other interface, give the name as an argument to 0800Timer.
  31.  
  32. The default action for 0800Timer is to keep a running total of your time
  33. online in the environment variable 0800mins. MCP and Directory Opus are
  34. capable of displaying the contents of an environment variable in the
  35. screen title bar. This means you can keep a running display of your time
  36. online without wasting screen space.
  37.  
  38. If you want a separate display, give the argument PROGRESS. This opens a
  39. MUI progress bar (you'll need to resize and snapshot it, the default
  40. size is too small). The bar gives a graphic indication of your time
  41. usage as well as a numeric display. The bar will remain when 0800Timer
  42. exits after going offline, to give you an ongoing indication of time
  43. used. The count will restart next time you go online and start
  44. 0800Timer. Use the close gadget to close the progress bar, this will
  45. leave 0800Timer running if you are online.
  46.  
  47.  
  48. Starting 0800Timer
  49. ==================
  50.  
  51. 0800Timer should be run automatically each time you go online. This can
  52. be from Maimi or Genesis' Online script, or by adding
  53.  
  54.     "Run >NIL: 0800Timer"
  55.  
  56. to Wirenet:UserScripts/PostConnect
  57.  
  58.  
  59. Stopping 0800Timer
  60. ==================
  61.  
  62. 0800Timer monitors your connection status every minute. it will exit,
  63. and stop counting, once you go offline
  64.  
  65.  
  66. Accuracy
  67. ========
  68.  
  69. 0800Timer counts minutes in advance, i.e. it registers a minute's usage
  70. at the start of the minute. This means that the figures it shows will be
  71. higher than your actual connect time, by an average of thirty seconds
  72. per connection. However, it is not started until slightly after you
  73. actually connect. This also means that time is logged even if you crash
  74. while online.
  75.  
  76. By rounding upwards, you know that the remaining time that 0800Timer
  77. indicates really is available, and maybe a few minutes more besides.
  78. This is the safe option if you are using it to make sure you have enough
  79. time remaining to do something such as finish a game or complete a
  80. download.
  81.  
  82.  
  83. Bugs
  84. ====
  85.  
  86. There are none, any perceived faults are due to user errors or glitches
  87. in the space-time continuum surrounding your Amiga.
  88.  
  89.